gametheory
Class FunctionEvaluationTaskGMM

java.lang.Object
  extended by gametheory.FunctionEvaluationTaskGMM
All Implemented Interfaces:
java.util.concurrent.Callable<Jama.Matrix>

public class FunctionEvaluationTaskGMM
extends java.lang.Object
implements java.util.concurrent.Callable<Jama.Matrix>

Parallelizable Task that evaluates the moments for a given Game.


Constructor Summary
FunctionEvaluationTaskGMM(int numMoments, Game g, double[] x)
          Constructor for GMM Task.
 
Method Summary
 Jama.Matrix call()
          Computational logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionEvaluationTaskGMM

public FunctionEvaluationTaskGMM(int numMoments,
                                 Game g,
                                 double[] x)
Constructor for GMM Task.

Parameters:
numMoments - Number of moments.
g - Game to evaluate.
x - Vector of unknown parameters.
Method Detail

call

public Jama.Matrix call()
Computational logic.

Specified by:
call in interface java.util.concurrent.Callable<Jama.Matrix>
Returns:
Fitted moment for this Game.